hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
TestScene
hip
view
testscene
Undocumented in source.
version(Test)
class
TestScene :
Scene
, IHipPreloadable {
import
hip
.
api
;
;
mixin
Preload
;
GeometryBatch
geom
;
Shader
shader
;
IHipFont
smallFont
;
IHipFont
bigFont
;
__gshared
@
Asset
("sounds/pop.wav")
IHipAudioClip
pop
;
AHipAudioSource
src
;
import
hip
.
graphics
.
g2d
.
particles
;
;
HipParticleSystem
sys
;
float
x
;
float
y
;
void
initialize
();
void
update
(float dt);
void
render
();
}
Members
Functions
initialize
void
initialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Preload
Undocumented in source.
Static variables
pop
IHipAudioClip
pop
;
Undocumented in source.
Variables
bigFont
IHipFont
bigFont
;
Undocumented in source.
geom
GeometryBatch
geom
;
Undocumented in source.
shader
Shader
shader
;
Undocumented in source.
smallFont
IHipFont
smallFont
;
Undocumented in source.
src
AHipAudioSource
src
;
Undocumented in source.
sys
HipParticleSystem
sys
;
Undocumented in source.
x
float
x
;
y
float
y
;
Undocumented in source.
Inherited Members
From Scene
initialize
void
initialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
pushLayer
void
pushLayer
(Layer l)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void
onResize
(uint width, uint height)
Managed by the event dispatcher
Meta
Source
See Implementation
hip
view
testscene
classes
TestScene